home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Historia Visual de la Argentina
/
Historia Visual de la Argentina (Disc 2) (1931-1955) (Argentina)
/
HVA19311955.bin
/
data2
/
tematico.dxr
/
00017_backTematico.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-09
|
412 b
|
17 lines
on mouseUp me
global seccion, personajeSeccion
if soundBusy(1) then
sound stop 1
end if
if (the frameLabel contains "au") or (the frameLabel contains "fo") or (the frameLabel contains "vi") then
if personajeSeccion then
go(string("pe" & seccion))
else
go(string("noticia" & seccion))
end if
else
go("main")
end if
set the scrollTop of member "fieldNoticia" to 1
end